Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(py/client-ticking): Support windows build for py/client-ticking #6198

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jcferretti
Copy link
Member

@jcferretti jcferretti commented Oct 14, 2024

Still draft due to some unit tests failing on win32.

@jcferretti jcferretti added this to the 0.37.0 milestone Oct 14, 2024
@jcferretti jcferretti requested a review from kosak October 14, 2024 02:39
@jcferretti jcferretti self-assigned this Oct 14, 2024
Copy link
Contributor


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


Cristian Ferretti seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@jcferretti
Copy link
Member Author

jcferretti commented Oct 14, 2024

capture_003_13102024_223106

capture_004_13102024_223804

capture_005_13102024_223826

@jcferretti
Copy link
Member Author

jcferretti commented Oct 14, 2024

Turns out you can write non-portable code in pure python.

capture_006_13102024_230021

SIGALARM only exists in Unix, not in Windows

capture_002_20241013_232024

assertEquals is deprecated and seems to be already removed in Windows python3.12 (at least).
https://bugs.python.org/issue9424

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant